func github.com/andybalholm/brotli.zopfliCostModelGetLiteralCosts
5 uses
github.com/andybalholm/brotli (current package)
backward_references_hq.go#L215: func zopfliCostModelGetLiteralCosts(self *zopfliCostModel, from uint, to uint) float32 {
backward_references_hq.go#L362: if node_cost <= zopfliCostModelGetLiteralCosts(model, 0, pos) {
backward_references_hq.go#L366: posdata.costdiff = node_cost - zopfliCostModelGetLiteralCosts(model, 0, pos)
backward_references_hq.go#L388: var min_cost float32 = (posdata.cost + zopfliCostModelGetMinCostCmd(model) + zopfliCostModelGetLiteralCosts(model, posdata.pos, pos))
backward_references_hq.go#L399: var base_cost float32 = start_costdiff + float32(getInsertExtra(inscode)) + zopfliCostModelGetLiteralCosts(model, 0, pos)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |